@charset "UTF-8";
/**
 * @title   CSS Document
 * @authors fang.ding@newtouch.com
 * @version Ver 1.0.0
 */
.twenty-head{
	 background-color: #000;
	color:#fff;
}
.twenty-head,.twenty-nav{
	z-index: 10000;
    width: 100%;
    *zoom: 1;
}
.twenty-hd-bd{
	margin: 0 auto;
    width: 1200px;
    height: 35px;
    background: #000;
    -webkit-backface-visibility: hidden;
    *zoom: 1;
}
.twenty-hd-bd-l{
	visibility: visible;
}
.twenty-hd-menu{
	z-index: 10002;
    position: relative;
    padding: 0 6px;
    height: 35px;
    line-height: 35px;
    _display: inline;
    _zoom: 1;
}
.pa-rit{
	padding-right:10px;
}
.ico-bg{
	background:url(../../../images/2020transform/ico-1.jpg) no-repeat 60px center;
}
.wx-tbimg{
	position: absolute;
    top: 30px;
    right: -8px;
    display: none;
    background: #000;
    padding: 3px 5px 5px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}
.wx-tb-qrcode{
	width: 74px;
    height: 73px;
	background:url(./../../images/2020transform/wx-qrcode.jpg) no-repeat center;
}
.twenty-nav-sw{
	/*-moz-box-shadow: 0px 2px 12px #ccc;
    -webkit-box-shadow: 0px 2px 12px #ccc;
    box-shadow: 0px 2px 12px #ccc;*/
	background:#fff;
}
.logo{
	/* width: 247px; */
	padding-top:15px;
}
.twenty-nav-top{
	width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 10px 0 15px;
}
.navbar{
	margin: 32px 50px 0 30px;
}
.navbar > li{
	float: left;
    position: relative;
    width: 85px;
    line-height: 40px;
    text-align: center;
}
.navbar > li > a{
	position: relative;
	font-size:16px;
	font-weight:bold;
}
.navlist-hover{
	color:#ff5a00;
	padding-bottom:6px;
	border-bottom:4px solid #ff5a00;
}
.wd-c-fff{
	color: #fff;
	display: block;
	padding: 2px;
}
.change-f > a{
	color: #fff;
}
.orange-f > a{
	color:#ff6001;
}
.grzx-WD{
	width: 70px;
    height: 93px;
    position: absolute;
    top: 30px;
    right: -8px;
    display: none;
    background: #000;
    padding: 3px 13px;
    text-align: center;
    border-radius: 5px;
}
.twenty-search{
	width:390px;
	background-color: transparent;
}
.twenty-search-r{
	position:relative;
   /* border: 2px solid #f8202b;
	border-radius:20px;*/
    overflow: hidden;
    height: 40px;
	width:350px;
}
/*.twenty-search-r:before{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 36px;
    border: 2px solid #ff5000;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 20px;
    border-right: none;
}*/
/*.search-input-wrap{
	height: 36px;
    overflow: hidden;
    width: 350px;
}*/
.search-input-wrap {
    height: 35px;
    overflow: hidden;
    width: 280px;
    border: 1px solid #6666;
    border-radius: 20px;
    border-right: 0 none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.search-cobox-input{
	padding: 6px 0;
    text-indent: 20px;
    line-height: 22px;
    width: 290px;
    border: none;
    outline: 0;
    background: #FFF;
    *margin-top: -2px;
	overflow-y: visible;
	vertical-align: middle;
    font-size: 100%;
}
/*.search-but{
	position: absolute;
    right: 0;
    top:-2px;
    z-index: 100;
    width: 72px;
    height: 40px;
    overflow: hidden;
    text-align: center;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}*/
.search-but {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 100;
    width: 72px;
    height: 37px;
    overflow: hidden;
    text-align: center;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    line-height: 40px;
}
.btn-search{
	font-size: 16px;
    color: #FFF;
    background-color: #f8202b;
    cursor: pointer;
    height: 100%;
    border: none;
    width: 100%;
    outline: none;
}
.tb-bg{
	background-image: -webkit-linear-gradient(left,#f8202b 0,#f8202b 100%);
    background-image: -o-linear-gradient(left,#f8202b 0,#f8202b 100%);
    background-image: linear-gradient(to right,#f8202b 0,#f8202b 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8202b', endColorstr='#f8202b', GradientType=1);
}
.search-list-n {
	margin:12px 0 0 8px;
}
.search-list-n > a{
	padding: 0px 10px 0 23px;
    display: inline-block;
    position: relative;
    font-size: 12px;
    cursor: pointer;
}
.hot-ico{
	position: absolute;
    top: -8px;
}
.phone-ico{
	position:absolute;
	right:2px;
}
.twen-kf{
	display: inline-block;
    line-height: 35px;
}